home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / COMPUTER / H254.ZIP / IRITSM3S.ZIP / POLY3D-R / MAKEFILE.DJG < prev    next >
Text File  |  1992-03-01  |  631b  |  29 lines

  1. #
  2. # This is the make file for the poly3d-r directory using DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Dec 1991
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9.  
  10. OBJS    = poly3d-r.o prepdata.o colortbl.o evalcolr.o scandata.o
  11.  
  12. poly3d-r.exe:    $(OBJS)
  13.     $(CC) $(CFLAGS) -o poly3d-r @&&!
  14. $(OBJS) $(LIBS) -lm $(MORELIBS)
  15. !
  16.     aout2exe poly3d-r
  17.  
  18. install: poly3d-r.exe
  19.     copy poly3d-r.exe $(BIN_DIR_DOS)
  20.     del  poly3d-r.exe
  21.     copy poly3d-r.cfg $(BIN_DIR_DOS)
  22.  
  23. # Dependencies starts here - do not touch, generated automatically.
  24. colortbl.o:    program.h
  25. evalcolr.o:    program.h
  26. poly3d-r.o:    program.h
  27. prepdata.o:    program.h
  28. scandata.o:    program.h
  29.